(syms_of_xdisp) <auto-resize-tool-bars>: Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 17 Jun 2007 01:45:46 +0000 (01:45 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 17 Jun 2007 01:45:46 +0000 (01:45 +0000)
src/xdisp.c

index e1c29ce72eb7f02ff27ef14658c7cb32ce418d4e..a0d5f370678776ec5b2b1b9f708fb72cb06b5594 100644 (file)
@@ -24137,7 +24137,7 @@ unselects the minibuffer if it is active.  */);
 This dynamically changes the tool-bar's height to the minimum height
 that is needed to make all tool-bar items visible.
 If value is `grow-only', the tool-bar's height is only increased
-automatically; to decreace the tool-bar height, use \\[recenter].  */);
+automatically; to decrease the tool-bar height, use \\[recenter].  */);
   Vauto_resize_tool_bars = Qt;
 
   DEFVAR_BOOL ("auto-raise-tool-bar-buttons", &auto_raise_tool_bar_buttons_p,